home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 4 / ETO Development Tools 4.iso / Tools - Objects / Macintosh Programmer’s Workshop / MPW PQR4 / BigBrother / BB.Help next >
Text File  |  1991-05-09  |  1KB  |  36 lines

  1. -
  2. BigBrother        # install or remove the Big Brother Parasite
  3. BigBrother [-p] [-i [install options…]] | [-r [remove options…]]
  4.     -p                    # write progress information to diagnostics
  5.     -i[nstall]            # install the Big Brother Parasite and begin coverage
  6.     -r[emove]            # remove parasite, end coverage and write report file
  7.  
  8.     Install Options:
  9.     ----------------
  10.     -f <targetFile>        # target resource file <targetFile>
  11.     -sys                # target system resource file
  12.     -aa <start>-<stop>    # target range of absolute addresses (in hex)
  13.     -rt type=id            # target individual resources (default is to target all CODE resources)
  14.     -trap                # trace a-traps (default is to turn off tracing when entering a-traps)
  15.     
  16.     Remove Options:
  17.     ---------------
  18.     -o <pathName>        # name the report file <pathName> (default is ":BigBrother.out")
  19.     
  20.     Notes:
  21.     ------
  22.     1) When installing, you must specify exactly one of -f, -sys or -aa.
  23.     2) You may specify multiple -rt options.
  24.     2) Invoking BigBrother with no arguments returns version and build information.
  25.     
  26. -
  27. BBReporter        # generate Big Brother coverage reports
  28. BBReporter pathName… [-p] [-d] [-m] > reportFile
  29.     -p                    # write progress information to diagnostics
  30.     -d                    # disassemble coverage targets
  31.     -m                    # compute coverage percentages for procedures
  32.     
  33.     Notes:
  34.     ------
  35.     1) -m is only useful if there are Macsbug symbols embedded in the code.
  36.